Damon Chaplin [Sat, 28 Aug 1999 20:47:33 +0000 (20:47 +0000)]
new section from Lee Mallabone.
1999-08-28 Damon Chaplin <damon@karuna.freeserve.co.uk>
* gtk/tmpl/gtkbbox.sgml: new section from Lee Mallabone.
* gdk/gdk-sections.txt: rearranged rgb, regions, and drawing sections.
* gdk/tmpl/rgb.sgml: new section from Raph Levien, with a few changes
by me, including a little example app.
* gdk/tmpl/regions.sgml:
* gdk/tmpl/event_structs.sgml:
* gdk/tmpl/drawing.sgml: my first attempt.
* gdk/tmpl/cursors.sgml: tiny changes.
Tony Gale [Sat, 28 Aug 1999 13:44:42 +0000 (13:44 +0000)]
Commit the correct version.
Commit the correct version.
BST 1999 Tony Gale [Sat, 28 Aug 1999 13:25:28 +0000 (13:25 +0000)]
FAQ update
Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org>
* docs/gtkfaq.sgml: FAQ update
Tor Lillqvist [Thu, 26 Aug 1999 22:22:03 +0000 (22:22 +0000)]
Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a way to get
1999-08-27 Tor Lillqvist <tml@iki.fi>
Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a
way to get window contents continually refreshed while resizing. I
didn't like the effects myself, so it's not on by default.
* gdk/win32/gdkprivate.h: New flag variable
gdk_event_func_from_window_proc, FALSE by default.
* gdk/win32/gdk.c (gdk_init_check): Set above flag if the
environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we
are passed --gdk-event-func-from-window-proc.
* gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set,
and we have am event_func, call it instead of enqueing the event.
Pablo Saratxaga [Thu, 26 Aug 1999 16:29:30 +0000 (16:29 +0000)]
updated ga file
Pablo Saratxaga [Wed, 25 Aug 1999 15:27:04 +0000 (15:27 +0000)]
added ga language, and add back sk and sl from gtk+ 1.2.3
Karsten Weiss [Tue, 24 Aug 1999 15:43:43 +0000 (15:43 +0000)]
Typo fix.
1999-08-24 Karsten Weiss <karsten@addx.au.s.shuttle.de>
* de.po: Typo fix.
Manish Singh [Mon, 23 Aug 1999 19:21:25 +0000 (19:21 +0000)]
file COPYING was initially added on branch gtk-1-2.
Tor Lillqvist [Mon, 23 Aug 1999 18:53:11 +0000 (18:53 +0000)]
Fix from Simon Kelley: Set expose_count in GdkEventExposes correctly.
* gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
Kelley: Set expose_count in GdkEventExposes correctly.
* gdk/win32/gdkwindow.c: Remove dead code (#ifdef
MULTIPLE_WINDOW_CLASSES).
* gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
for bug in NT, apparently NT *does* draw the end pixel, too, in
LineTo with a one-pixel pen, so we don't have to do it ourselves.
Tor Lillqvist [Sat, 21 Aug 1999 00:41:24 +0000 (00:41 +0000)]
Improvements by Hans Breuer:
* gdk/win32/gdkwindow.c (RegisterGdkClass): New function
* gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
CS_?REDRAW flags as they cause lots of (late) redraws when "show
window contents while dragging" is turned on. Allocate at least
one unique class for every GdkWindowType. If support for single
window-specific icons is ever needed (eg. Dialog specific), every
such window should get its own class.
Dave Mason [Fri, 20 Aug 1999 19:53:16 +0000 (19:53 +0000)]
changed gtk_ruler_draw_ticks and gtk_ruler_draw_pos to private
David Mason
dcm@redhat.com
Dave Mason [Fri, 20 Aug 1999 19:52:36 +0000 (19:52 +0000)]
wrote gtkruler - changed gtk_ruler_draw_tick and gtk_ruler_draw_pos to private
David Mason
dcm@redhat.com
Tor Lillqvist [Thu, 19 Aug 1999 19:10:26 +0000 (19:10 +0000)]
Fix a cut&paste error that caused crashes.
* gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
error that caused crashes.
Tor Lillqvist [Tue, 17 Aug 1999 17:47:14 +0000 (17:47 +0000)]
When blitting inside one window, use ScrollWindowEx, and call
* gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
window, use ScrollWindowEx, and call UpdateWindow. This prevents
bugs when for instance part of the window was outside the
display. Thanks to Philippe Colantoni for finding and fixing this.
Owen Taylor [Tue, 17 Aug 1999 13:11:21 +0000 (13:11 +0000)]
.cvsignore updates
Owen Taylor [Tue, 17 Aug 1999 13:10:00 +0000 (13:10 +0000)]
Fix corrupted end tag.
Tue Aug 17 09:14:01 1999 Owen Taylor <otaylor@redhat.com>
* gtk/tmpl/gtktypeutils.sgml: Fix corrupted end tag.
* gtk/tmpl/gtkselection.sgml gtk/tmpl/gtkrc.sgml
gtk/tmpl/gtkdnd.sgml gtk/tmpl/gtkarrow.sgml
gtk/tmpl/gtkpaned.sgml gtk/tmpl/gtkmisc.sgml
gtk/tmpl/gtkhandlebox.sgml gtk/tmpl/gtkctree.sgml:
Added missing close tags.
Owen Taylor [Tue, 17 Aug 1999 09:39:58 +0000 (09:39 +0000)]
Added section. (Written a while ago but fell through the cracks)
Thu Aug 19 14:43:08 1999 Owen Taylor <otaylor@redhat.com>
* gdk/tmpl/gcs.sgml gdk/gdk-sections.txt: Added section.
(Written a while ago but fell through the cracks)
* gtk/gtk-docs.sgml: Add a &hash; entity here as a
temporary hack. (There is no standard entity
for '#', and no way of escaping '#' in gtk-doc)
* gtk/tmpl/gtkrc.sgml: Use the above to fix up #rrggbb
string literals.
* gtk/tmpl/gtkdrawingarea.sgml: Fixed a couple
of errors in the example. (pointed out by
Nick Lamb)
Owen Taylor [Mon, 16 Aug 1999 22:52:53 +0000 (22:52 +0000)]
Documented
Mon Aug 16 6:60:53 1999 Owen Taylor <otaylor@redhat.com>
* gdk/tmpl/properties.sgml
gdk/tmpl/selections.sgml
gdk/tmpl/input_devices.sgml: Documented
* gdk/gdk-sections.txt: Moved around types for
input devices properties and selections, marked
a few functions as private.
Owen Taylor [Mon, 16 Aug 1999 19:02:02 +0000 (19:02 +0000)]
Added .cvsignore files.
Owen Taylor [Mon, 16 Aug 1999 18:51:52 +0000 (18:51 +0000)]
Initial import of GTK+ reference docs
Owen Taylor [Mon, 16 Aug 1999 18:51:52 +0000 (18:51 +0000)]
Initial revision
Tor Lillqvist [Mon, 16 Aug 1999 04:45:01 +0000 (04:45 +0000)]
Fix start and end radial endpoint calculations which were totally wrong.
* gdk/win32/gdkdraw.c (gdk_draw_arc): Fix start and end radial
endpoint calculations which were totally wrong. (A little RTFMing
helps a lot ;-)
* gtk/makefile.{cygwin,msc}: Use libintl extracted from glibc
from a separate directory, not from gettext, because of licensing
issues (we want to use the LGPL version).
* README.win32: Mention the intl from glibc vs from gettext issue.
Mikko Rauhala [Fri, 13 Aug 1999 20:48:31 +0000 (20:48 +0000)]
Updated finnish translations (mainly just duplicating entries for
better statistics).
Tor Lillqvist [Thu, 12 Aug 1999 21:44:22 +0000 (21:44 +0000)]
Fix a couple of bugs in the key event handling: Now AltGr chars work
* gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs
in the key event handling: Now AltGr chars work again. Also,
now Alt-digits are passed up as well as Control-digits.
Pass keypad plus and minus as normal plus and minus.
BST 1999 Tony Gale [Wed, 11 Aug 1999 12:43:04 +0000 (12:43 +0000)]
FAQ Update
Wed Aug 11 13:38:26 BST 1999 Tony Gale <gale@gtk.org>
* docs/gtkfaq.sgml: FAQ Update
Federico Mena Quintero [Mon, 9 Aug 1999 06:09:24 +0000 (06:09 +0000)]
Fixed compiler warnings. Fixed write to unallocated memory (row_ptr), and
1999-08-09 Federico Mena Quintero <federico@nuclecu.unam.mx>
* src/io-png.c (image_save): Fixed compiler warnings. Fixed write
to unallocated memory (row_ptr), and fixed its type as well. Take
into account the ArtPixbuf's rowstride when assigning the row
pointers.
* src/gdk-pixbuf.c: Fixup includes.
* src/gdk-pixbuf-io.c: Likewise.
Owen Taylor [Mon, 9 Aug 1999 02:11:54 +0000 (02:11 +0000)]
Added a file describing some upcoming and more
distant major changes to GDK.
Tor Lillqvist [Fri, 6 Aug 1999 19:13:08 +0000 (19:13 +0000)]
A couple of minor fixes, not worth any ChangeLog entry (?).
Pablo Saratxaga [Sun, 1 Aug 1999 22:38:37 +0000 (22:38 +0000)]
updated wa & es files
Daniel Veillard [Sat, 31 Jul 1999 17:20:49 +0000 (17:20 +0000)]
Fixed 2 C syntax bugs, Daniel
Mark Crichton [Fri, 30 Jul 1999 15:34:18 +0000 (15:34 +0000)]
For some wierd reason, the commit yesterday didn't get everything. (99% of
For some wierd reason, the commit yesterday didn't get everything. (99% of
the added code was MISSING)
Wierd.
Mark
Mark Crichton [Thu, 29 Jul 1999 21:17:40 +0000 (21:17 +0000)]
Added some first steps for file saving. Big thing is that a
Added some first steps for file saving. Big thing is that a gdk_pixbuf_save
function needs to be setup.
Mark
Michael Zucchi [Mon, 26 Jul 1999 06:39:39 +0000 (06:39 +0000)]
Only build the relevant loaders which require extra libraries if we
1999-07-26 Michael Zucchi <mzucchi@denr.sa.gov.au>
* src/Makefile.am (*_LIB): Only build the relevant loaders which
require extra libraries if we actually have those libraries.
Tor Lillqvist [Sun, 25 Jul 1999 22:57:20 +0000 (22:57 +0000)]
Edit some of the cursors a bit to look better on white background.
* gdk/win32/rc/cursor*.cur: Edit some of the cursors a bit to look
better on white background.
Tor Lillqvist [Sun, 25 Jul 1999 20:02:21 +0000 (20:02 +0000)]
README.win32 Add HAVE_WINTAB. Undefine it if bulding without the Wintab
* README.win32
* config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
the Wintab SDK.
* gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
OK, but getting closer. Guard against bogus tilt data from Wacom
ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
enable easier building without Wintab.
* gdk/win32/gdkinput.h
* gdk/win32/gdkevents.c
* gdk/win32/gdkwindow.c: Minor changes related related to above.
* gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
code. As we have just one visual on Win32, no sense to have it in a
table, and no need for the hash table.
Karsten Weiss [Sun, 25 Jul 1999 12:47:10 +0000 (12:47 +0000)]
Updated.
1999-07-25 Karsten Weiss <karsten@addx.au.s.shuttle.de>
* de.po: Updated.
Richard Hestilow [Sat, 24 Jul 1999 03:50:12 +0000 (03:50 +0000)]
Include glib.h as it uses g* datatypes Added for gnome-config
1999-07-23 Richard Hestilow <hestgray@ionet.net>
* src/gdk-pixbuf.h: Include glib.h as it uses g* datatypes
* gdk_pixbufConf.sh.in: Added for gnome-config
* Makefile.am:
* configure.in: Modified to generate gdk_pixbufConf.sh
Sergey I. Panov [Fri, 23 Jul 1999 16:32:07 +0000 (16:32 +0000)]
ru.po: Update
Tor Lillqvist [Wed, 21 Jul 1999 19:27:25 +0000 (19:27 +0000)]
Update gcc build instructions. Mention gettext is GPL.
* README.win32: Update gcc build instructions. Mention gettext is
GPL.
* gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
supported cursor size with GetSystemMetrics.
* gdk/win32/gdkfont.c
* gtk/gtkfontsel.c: Guard against some font weight and charset
symbols being undefined (in mingw32 headers).
* gdk/win32/makefile.cygwin
* gtk/makefile.cygwin
* gtk/gtkthemes.c: No longer need to have differently named
gcc-built DLLs when using gcc-2.95 and -fnative-struct.
Vincent Renardias [Wed, 21 Jul 1999 17:28:27 +0000 (17:28 +0000)]
Updated.
* Updated.
Spiros Papadimitriou [Wed, 21 Jul 1999 07:38:58 +0000 (07:38 +0000)]
- Added Greek (el) locale.
Spiros Papadimitriou [Wed, 21 Jul 1999 04:46:17 +0000 (04:46 +0000)]
- Added Greek (el) locale.
Mark Crichton [Tue, 20 Jul 1999 19:30:08 +0000 (19:30 +0000)]
More fixes to the rotation code. It really works well now. Now we need to
More fixes to the rotation code. It really works well now. Now we need
to fix the "clipping when rotating" problem if it is a real issue.
Mark
Mark Crichton [Tue, 20 Jul 1999 18:59:39 +0000 (18:59 +0000)]
Added translation to the rotate
Added translation to the rotate
Larry Ewing [Mon, 19 Jul 1999 04:21:09 +0000 (04:21 +0000)]
Fix a few memory leaks in the, most of them in error cases but one or two
1999-07-18 Larry Ewing <lewing@gimp.org>
* src/io-xpm.c:
* src/io-gif.c:
* src/io-png.c:
* src/io-jpeg.c: Fix a few memory leaks in the, most of them in
error cases but one or two in the common case. There are probably
a few small ones left.
Mark Crichton [Mon, 19 Jul 1999 02:13:34 +0000 (02:13 +0000)]
Ok minor changes.
Ok minor changes.
No longer make a version.h, and cleaned up some code here and there, and added
a quickie dirty-hack rotation function. However, it rotates at the origin.
Is this what we want? Or do we want a rotate w.r.t. the center of the pixbuf?
Anyone.
Mark
Larry Ewing [Sat, 17 Jul 1999 20:03:34 +0000 (20:03 +0000)]
reverted the expose everything changes, I'm not sure why these went in.
1999-07-16 Larry Ewing <lewing@gimp.org>
* src/testpixbuf.c (expose_func): reverted the expose everything
changes, I'm not sure why these went in.
(config_func): bring this up to date with the new pixbuf_scale
semantics.
* src/gdk-pixbuf-io.c: added a couple of warnings to the module
loading code so that poeple can diagnose problems better.
* src/gdk-pixbuf.c (gdk_pixbux_scale): fix the borkedness, also it
no longer allocates a new pixbuf, which make things nicer for the
rest of the code. Unfortunately there is still a problem with
scaling rgba images.
Mark Crichton [Sat, 17 Jul 1999 03:00:10 +0000 (03:00 +0000)]
Fixed up the scaling routine.
Fixed up the scaling routine.
Mark Crichton [Fri, 16 Jul 1999 20:35:21 +0000 (20:35 +0000)]
Added scaling of pixmaps. Currently doesn't work, however, since I'm
Added scaling of pixmaps. Currently doesn't work, however, since I'm guessing
how art_rgb_affine really works.
Mark
BST 1999 Tony Gale [Thu, 15 Jul 1999 12:40:48 +0000 (12:40 +0000)]
Long awaited FAQ update.
Thu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
* docs/gtkfaq.sgml: Long awaited FAQ update.
Larry Ewing [Thu, 15 Jul 1999 06:42:42 +0000 (06:42 +0000)]
add raph@gimp.org's fix to the jpeg indexing routine
1999-07-15 Larry Ewing <lewing@gimp.org>
* src/io-jpeg.c (image_load): add raph@gimp.org's fix to the jpeg
indexing routine
* src/testpixbuf.c (main): fix up the file routines a little so
that you can load multiple files given the file names
Mark Crichton [Thu, 15 Jul 1999 04:58:39 +0000 (04:58 +0000)]
More fixes. See ChangeLog
More fixes. See ChangeLog
Tor Lillqvist [Wed, 14 Jul 1999 23:30:15 +0000 (23:30 +0000)]
Implement it. Obscure bit manipulation needed.
* gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
it. Obscure bit manipulation needed.
* gdk/win32/gdkevents.c: Logging.
* gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
style (file name include compiler name) for theme engines.
Pablo Saratxaga [Wed, 14 Jul 1999 17:35:32 +0000 (17:35 +0000)]
updated spanish language file
Mark Crichton [Tue, 13 Jul 1999 07:01:08 +0000 (07:01 +0000)]
configure.in: Fixed GIF check. Actually works now! src/gdk-pixbuf.c: More
configure.in: Fixed GIF check. Actually works now!
src/gdk-pixbuf.c: More scaling work.
Mark Crichton [Tue, 13 Jul 1999 06:21:40 +0000 (06:21 +0000)]
Doh. Forgot the libgif check. Also, slowly adding the scaling support That
Doh. Forgot the libgif check. Also, slowly adding the scaling support
That will be the next commit.
I also hope I got the configure.in right...
M
Mark Crichton [Tue, 13 Jul 1999 01:01:14 +0000 (01:01 +0000)]
Ok, we'll try this again.
Ok, we'll try this again.
io-xpm.c: Fixed. Now actually loads XPMs instead of a big black blob.
configure.in : yes, I know it was broken. It wasn't finished quite yet (I
always have larger fish to fry)
Oh, and if anyone touches this module again without emailing the people in
AUTHORS, I will go ballistic (after spending precious time figuring out why
this commit never happened the 1st time I tried...)
Tor Lillqvist [Mon, 12 Jul 1999 23:12:39 +0000 (23:12 +0000)]
Less logging verbiage.
* gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.
* gdk/win32/gdkevents.c: Fix long-standing bug in key
events. The key.string wasn't zero-terminated, still we strdup'ed
it in gdk_event_copy(). Synthesize crossing events for button
events before possible propagation.
* gdk/win32/gdkwindow.c: Log gdk_window_set_title.
* gdk/win32/makefile.cygwin
* gtk/makefile.cygwin: Use new DLL naming style for the
GCC-compiled ones.
* gdk/win32/makefile.msc
* gtk/makefile.msc: Cosmetics mostly.
* gtk/gtk.def: Add missing entry points.
* gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
Raja R Harinath [Mon, 12 Jul 1999 21:14:27 +0000 (21:14 +0000)]
Remove spurious `,'.
* configure.in (AC_OUTPUT): Remove spurious `,'.
Manish Singh [Mon, 12 Jul 1999 20:53:40 +0000 (20:53 +0000)]
shut up cvs
-Yosh
Manish Singh [Mon, 12 Jul 1999 20:52:05 +0000 (20:52 +0000)]
Fun automake fixins
-Yosh
Mark Crichton [Mon, 12 Jul 1999 20:27:50 +0000 (20:27 +0000)]
Still working on getting the system working. Nearing release, and one
Still working on getting the system working. Nearing release, and one little
xpm bug to hunt down still.
Mark Crichton [Mon, 12 Jul 1999 05:40:02 +0000 (05:40 +0000)]
Some changes to do a "proper" install.
Some changes to do a "proper" install.
Makefile doesnt work, however.
Mark Crichton [Mon, 12 Jul 1999 04:55:16 +0000 (04:55 +0000)]
Fixed crash-on-loading bug (width and height are not set until
Fixed crash-on-loading bug (width and height are not set until decompression
starts)
Mark
Tomas Ogren [Sat, 10 Jul 1999 21:39:00 +0000 (21:39 +0000)]
Updated
1999-07-10 Tomas Ogren <stric@ing.umu.se>
* sv.po: Updated
Tor Lillqvist [Sat, 10 Jul 1999 00:29:00 +0000 (00:29 +0000)]
Typo.
Tor Lillqvist [Sat, 10 Jul 1999 00:26:54 +0000 (00:26 +0000)]
Don't draw anything if width or height is zero. Don't print a warning if
* gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
or height is zero. Don't print a warning if Pie or Arc fails, they
always fail (?) for very narrow ellipses.
* gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
the part or the destination window corresponding to source area
outside of the source drawable's boundary.
* gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
anything if less than two points.
* gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
return NULL. Gtk cut-and-paste inside a single program works
better this way. (It always gets the clipboard contents from
Windows, not from its own copy, which is cleared anyway. I can't
say I fully understand what happens... Emulating the X selection
and property stuff is a bit of a mess.)
* gdk/win32/gdkevents.c
* gdk/win32/gdkproperty.c: A bít more verbose logging.
* gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
that never got deleted). Revamp gdk_region_shrink.
* gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
after use.
* gtk/gtk.def: Add some missing entry points.
* gtk/gtkrc.c: Strip trailing directory separator from pixmap path
component.
Mark Crichton [Thu, 8 Jul 1999 16:04:16 +0000 (16:04 +0000)]
Massive update...
Massive update...
gdk-pixbuf-io.c: Fixed to compile and run in a very crippled state.
io-bpm.c: Rough start on a WIN/OS2 BMP loader
testpixbuf.c: Really crude test program for gdk-pixbuf
io-gif.c: Fixed some boneheaded uninitalized variables causing the
loader to choke
Pablo Saratxaga [Wed, 7 Jul 1999 21:34:36 +0000 (21:34 +0000)]
updated euskara language file
Pablo Saratxaga [Tue, 6 Jul 1999 01:08:15 +0000 (01:08 +0000)]
little fix, added version of file
Pablo Saratxaga [Tue, 6 Jul 1999 00:56:26 +0000 (00:56 +0000)]
added euskara language file
Tor Lillqvist [Sat, 3 Jul 1999 23:31:50 +0000 (23:31 +0000)]
Handle Control-digits specially.
* gdk/win32/gdkevents.c (gdk_event_translate): Handle
Control-digits specially.
Tor Lillqvist [Sat, 3 Jul 1999 02:13:51 +0000 (02:13 +0000)]
New pthreads version. Use gettext.
* gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
Tor Lillqvist [Fri, 2 Jul 1999 09:26:11 +0000 (09:26 +0000)]
Add a missing entry point.
Mark Crichton [Thu, 1 Jul 1999 07:00:43 +0000 (07:00 +0000)]
Shut some thing up for cvs, and fixed AM_INSTALL macro.
Shut some thing up for cvs, and fixed AM_INSTALL macro.
Mark Crichton [Thu, 1 Jul 1999 06:59:07 +0000 (06:59 +0000)]
Now we have very rudimentary tiff support.
Now we have very rudimentary tiff support.
I should use the loading logic in the GIMP plugin...
Mark Crichton [Thu, 1 Jul 1999 03:45:59 +0000 (03:45 +0000)]
Added some io-* loaders to the Makefile.am
Added some io-* loaders to the Makefile.am
Mark Crichton [Wed, 30 Jun 1999 15:28:43 +0000 (15:28 +0000)]
io-gif.c, io-png.c: Actually put the licencing terms in the code now...
io-gif.c, io-png.c: Actually put the licencing terms in the code now...
io-xpm.c: XPM parser baed off of gdk's, but this does something with the
transparent colors.
Michael Zucci [Tue, 29 Jun 1999 11:13:31 +0000 (11:13 +0000)]
Added loader for jpeg->RGB.
Based really loosely on imlib's io-jpeg.c
Mark Crichton [Tue, 29 Jun 1999 06:07:14 +0000 (06:07 +0000)]
io-png.c: changed g_malloc call for pixles to art_alloc (to be "correct")
io-png.c: changed g_malloc call for pixles to art_alloc (to be "correct")
io-gif.c: implemented GIF file loading.
Mark Crichton [Tue, 29 Jun 1999 02:54:16 +0000 (02:54 +0000)]
Ok, now it determines if it has an alpha channel. If it does, load it, if
Ok, now it determines if it has an alpha channel. If it does, load it, if
not, don't make one.
Mark Crichton [Tue, 29 Jun 1999 02:36:03 +0000 (02:36 +0000)]
Redid io-png for gdk-pixbuf. Note that it'll add an opaque alpha channel
Redid io-png for gdk-pixbuf. Note that it'll add an opaque alpha channel
to any png that doesn't have one, and will convert greyscale PNGs to RGBA.
Tor Lillqvist [Mon, 28 Jun 1999 07:06:01 +0000 (07:06 +0000)]
bpl was set wrong for bitmaps, should be multiple of 4. (Thanks to Hans
* gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
finding this.)
Tor Lillqvist [Mon, 28 Jun 1999 06:39:20 +0000 (06:39 +0000)]
Fix some typos (mine).
Pablo Saratxaga [Fri, 25 Jun 1999 22:21:15 +0000 (22:21 +0000)]
moved gtkrc.zh_TW to gtkrc.zh_TW.Big5
Pablo Saratxaga [Thu, 24 Jun 1999 19:27:38 +0000 (19:27 +0000)]
updated spanish language file
Pablo Saratxaga [Thu, 24 Jun 1999 06:57:49 +0000 (06:57 +0000)]
changed 'ln' to '$(LN_S)' in the Makefile.am (it should be $(LN) but I don't
knwo how to make it available trough aoutoconf).
And removed various now redundant gtkrc.* files
Pablo Saratxaga [Wed, 23 Jun 1999 10:53:30 +0000 (10:53 +0000)]
updated walloon language file
Pablo Saratxaga [Wed, 23 Jun 1999 10:50:31 +0000 (10:50 +0000)]
added gtkrc.* files for all encodings I know
Jose H Mercado [Mon, 21 Jun 1999 23:12:26 +0000 (23:12 +0000)]
Final specfile cleanups from the honorable Jose Mercado.
1999-06-01 Jose H Mercado <jmercado@mit.edu>
* gtk+.spec.in: Corrected some typos in files section.
Pablo Saratxaga [Mon, 21 Jun 1999 22:26:11 +0000 (22:26 +0000)]
updated walloon language file
Pablo Saratxaga [Fri, 18 Jun 1999 13:15:33 +0000 (13:15 +0000)]
updated walloon language file
Tor Lillqvist [Mon, 14 Jun 1999 21:43:53 +0000 (21:43 +0000)]
Mention using GNU gettext. Enable NLS stuff. Use GNU gettext. Minor header
* README.win32: Mention using GNU gettext.
* config.h.win32: Enable NLS stuff.
* gtk/makefile.msc: Use GNU gettext.
* gdk/win32/gdkdnd.c: Minor header reorg.
* gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
cosmetics.
* gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
* gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
Yuan-Chung Cheng [Fri, 11 Jun 1999 11:56:22 +0000 (11:56 +0000)]
zh_TW.Big5.po
Yuan-Chung Cheng [Fri, 11 Jun 1999 11:54:15 +0000 (11:54 +0000)]
updated forzh_TW.Big5 po file
Pablo Saratxaga [Thu, 10 Jun 1999 16:19:14 +0000 (16:19 +0000)]
updated walloon language file
Kjartan Maraas [Wed, 9 Jun 1999 11:06:43 +0000 (11:06 +0000)]
Updated translation.
1999-06-09 Kjartan Maraas <kmaraas@online.no>
* no.po: Updated translation.
Vincent Renardias [Wed, 9 Jun 1999 09:39:02 +0000 (09:39 +0000)]
Complete translation.
* Complete translation.
Manish Singh [Wed, 2 Jun 1999 18:45:22 +0000 (18:45 +0000)]
upgrade to libtool 1.3.2 (BeOS changes merged)
-Yosh
Pablo Saratxaga [Tue, 1 Jun 1999 00:02:12 +0000 (00:02 +0000)]
updated walloon file